home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyprvx11 / forward < prev    next >
Text File  |  1990-11-04  |  3KB  |  93 lines

  1. FORWARD
  2.  
  3. Sends a copy of the message you are currently reading (or have just
  4. read) to a user or users. MAIL prompts you for the name of the user or
  5. users to whom you want to forward the message.
  6.  
  7.  
  8. Format:        FORWARD
  9.  
  10. Qualifiers:    /CC_PROMPT
  11.  
  12.                /[NO]CC_PROMPT
  13.  
  14.                Prompts for the carbon copy (CC:) recipients. Overrides the
  15.                SET CC_PROMPT command for this message only.
  16.  
  17.                /EDIT
  18.  
  19.                Determines whether or not the default editor is invoked to
  20.                edit the message you are forwarding.
  21.  
  22.  
  23.                /NOHEADER
  24.  
  25.                Enables you to forward a message without the original header
  26.                information supplied from the user that sent it. The default
  27.                is /HEADER.
  28.  
  29.  
  30.                /PERSONAL_NAME
  31.  
  32.                /[NO]PERSONAL_NAME=name
  33.  
  34.                Specifies a personal name to be used when forwarding the
  35.                message. Overrides the default personal name specified with
  36.                them SET PERSONAL_NAME command for this message only. The
  37.                /NOPERSONAL_NAME qualifier sends a message with a blank 
  38.                personal name field.
  39.  
  40.                /SELF
  41.  
  42.                /[NO]SELF
  43.  
  44.                Specifies that the forwarded message is to be sent to
  45.                yourself. Overrides the SET COPY_SELF command for this
  46.                message only.
  47.  
  48.                /SUBJECT
  49.  
  50.                /SUBJECT="subject-text"
  51.  
  52.                Specifies the subject of the mail message to be sent. If you
  53.                use this qualifier, MAIL does not issue a SUBJ: prompt for
  54.                this message.
  55. Examples:
  56.  
  57.       1.
  58.            MAIL> 3
  59.            From:       PRESTON
  60.            To:         MARLEY
  61.            Subj:       Snakes
  62.      
  63.            Beasts, under the earth, crawling...
  64.      
  65.            MAIL> FORWARD/NOHEADER
  66.            To:  SOUND::BURTON
  67.            Subj:        Snakes Again
  68.               .
  69.               .
  70.               .
  71.            MAIL> READ
  72.            From:       MARLEY
  73.            To:         SOUND::BURTON
  74.            Subj:       Snakes Again
  75.      
  76.      
  77.            Beasts, under the earth, crawling...
  78.  
  79.                     This  example shows how to forward a message to a user
  80.                     (SOUND::BURTON) without the original header information
  81.                     (From: PRESTON, To:MARLEY, Subj: Snakes).
  82.  
  83.       2.
  84.            MAIL> 7
  85.            MAIL> FORWARD/EDIT
  86.            To:         FOLEY
  87.            Subj:       The Thatched Roof
  88.      
  89.                (The text of mail message 7 is displayed
  90.                here, ready to be edited.)
  91.      
  92.                     This example shows how to edit a mail message before         
  93.                     forwarding it by using the FORWARD/EDIT command.